home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
cs_hello.amirx
< prev
next >
Wrap
Text File
|
1999-06-27
|
287b
|
10 lines
/* cs_hello.amirx */
nick=getclip('NICK')
x=random(1,5,time('s'))
if x=1 then 'say hey 'nick' Hows it going????'
if x=2 then 'say Whats up 'nick'?!'
if x=3 then 'say 'nick'!!!!'
if x=4 then 'say Good to seeya 'nick'.'
if x=5 then 'say Long time no see 'nick' where have you been??'
exit